Colors
A zero-allocation no_std-compatible zero-cost way to add color to your Rust terminal to make people go owo.
Supports:
owo-colors is also more-or-less a drop-in replacement for colored, allowing colored to work in a no_std environment. No allocations, unsafe, or dependencies required because embedded systems deserve to be pretty too uwu.
To add to your Cargo.toml:
= "1"
Example
use OwoColorize;
Generic colors
use OwoColorize;
use *;
Stylize
use OwoColorize;
println!;